home *** CD-ROM | disk | FTP | other *** search
- Path: informatik.uni-tuebingen.de!not-for-mail
- From: "Reinhard Katzmann" <Suamor@student.uni-tuebingen.de>
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: SetAttrsA() with BGUI
- Date: Wed, 10 Jan 1996 00:43:10 -0500
- Organization: Technische Informatik, Uni Tuebingen
- Distribution: world
- Message-ID: <68245056%suamor@student.uni-tuebingen.de>
- References: <686.6582T1438T1833@mailbox.swipnet.se>
- Reply-To: "suamor" <suamor@student.uni-tuebingen.de>
- NNTP-Posting-Host: gw192.informatik.uni-tuebingen.de
- X-NewsReader: IntuiNews 1.3a (7.9.95)
-
- Daniel Adolfsson schrieb in comp.sys.amiga.programmer ueber "SetAttrsA()
- with BGUI":
- > I'm working on a program in Amiga-E using the BGUI.library.
- >
- > My problem I have is that the following line doesn't update the checkbox
- > (making it selected and disabled) until I resize the window or put it
- > behind another window and then to front again (i.e. when it gets
- > refreshed):
- >
- > SetAttrsA(chk_intl,[GA_SELECTED,1,GA_DISABLED,1,TAG_END])
-
- Well as far as I remember (on usual boopsi gadgets) either you choose
- SetGadgetsAttrs() or SetAttrs() and (if it involves a change in the
- gadget imagery) make an update to the Gadgets with RefreshGadgets().
- For BGUI I don't know if gadgets are handled the same way (i.e. still
- in a list) so either trial&error or ask Jan van den Baard :)
-
- > Should I refresh it myself somehow? (for example, the included example-
- > program "BGUIPlayer" doesn't refresh anything itself (as far as I can
- > see).
- >
- > Have tried SetGadgetAttrsA() too..
-
- And it didn't work ? Can't imagine.. If yes, parhabs a bug in BGUI.lib ?
-
- - Reinhard Katzmann
-
- ---
- E-Mail: suamor@student.uni-tuebingen.de
-
- One day I hope to finish my RPS Pertergrin
- Concept for Pertergin (yet in german) avalaible on Request
- Current Amiga-Project: GuideTool (GUI) V1.1BETA
-
-